|
|
|
|
LastDependent Property, ItemClass Class |
Returns the item's last direct or indirect dependent.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property LastDependent As ItemClass |
C# |
public ItemClass LastDependent { get; } |
C++ |
public: property ItemClass^ LastDependent { |
Property Value
The last direct or indirect dependent or null/Nothing if the item has no child items.
Comments
The LastDependent property returns the item's last direct or indirect dependent.
LastChild returns an item's last direct child item, LastDependent returns the last direct or indirect child item.